What is the `object-fit` utility in Tailwind used for?
Description : `object-fit` controls how media (images, videos) is resized to fit its container.
Answer :
The `object-fit` utility controls how images or videos fit within their containers. For example,`object-cover` makes sure the media covers the entire container,while maintaining its aspect ratio.`object-contain` ensures the entire media fits inside without cropping.